Version

Dialog Method

Helper to configure igDialog widget.
Overload List
OverloadDescription
Dialog()Helper to configure igDialog widget.  
Dialog(String)Helper to configure igDialog widget.  
Dialog(String,IDictionary<String,Object>)Helper to configure igDialog widget.  
Dialog(String,String)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.  
Dialog(String,String,IDictionary<String,Object>)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.  
Dialog(String,String,DialogState)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

That allows to set initial value for state of dialog.  
Dialog(String,String,String,String,String,Nullable<DialogState>)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

That allows to set initial values for persisting properties of dialog.  
Dialog(String,String,IDictionary<String,Object>,String,String,String,Nullable<DialogState>,Nullable<Boolean>,Nullable<Int32>)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

That allows to set initial values for persisting properties of dialog.  
Dialog(DialogModel)Helper to configure and render igDialog.  
Dialog(DialogModel,String)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

Note: if a property is set within DialogModel, then that has priority over client value.  
Dialog(DialogModel,String,DialogState)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

Note: if a property is set within DialogModel, then that has priority over client value.  
Dialog(DialogModel,String,String,String,String,Nullable<DialogState>,Nullable<Boolean>,Nullable<Int32>)Helper to configure and render igDialog widget, which supports persistence of state, size, zIndex and position after postback.

Note: if a property is set within DialogModel, then that has priority over client and initial values.  
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub